/******************************************************************/
/* Styles for Vitanettree                                         */
/* Created by Bernd Wilke kontakt@bernd-wilke.net      2008-09-11 */
/* Extended by Christian Bode christian.bode@c-b-o.net 2008-09-12 */
/*                                                                */
/* dTree 2.05 www.destroydrop.com/javascript/tree/                */
/* Copyright (c) 2002-2003 Geir Landrö                            */
/******************************************************************/

div.vitanettreewrapper {
   clear:both;
   width:828px;
   padding:0px 12px 12px 12px;
   background-color:#f2f2f2;
}

#vitanettree {
   border:1px solid #91a1a1;
   background-color:#ffffff;
   font-size:12px;
   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#vitanettree div.vitanettreehead {
   background:url(http://www.vitanet.de/images/assets/titel_bg1.gif) repeat-x bottom #D1E9E7;
   font-weight:bold;
   height:25px;
   width:100%;
   border-bottom:1px solid #91a1a1;
}

#vitanettree div.vitanettreehead div.paddinghead {
   position:relative;
   top:5px;
   margin-left:13px;
   margin-right:13px;
}

#vitanettree div.paddingbody {
   margin-left:13px;
   margin-top:5px;
   margin-right:13px;
   margin-bottom:5px;
}

#vitanettree .dtree {
	color:#666;
	white-space:nowrap;
}

#vitanettree .dtree img {
	border:0px;
	vertical-align:middle;
}

#vitanettree .dtree a {
	color:#333;
	text-decoration:none;
}

#vitanettree .dtree a.node, .dtree a.nodeSel {
	white-space:nowrap;
	padding:1px 2px 1px 2px;
}

#vitanettree .dtree a.node:hover, .dtree a.nodeSel:hover {
	color:#333;
	text-decoration:underline;
}

#vitanettree .dtree a.nodeSel {
	background-color:#c0d2ec;
}

#vitanettree .dtree .clip {
	overflow:hidden;
}

